Fix tiny fonts in win32 theme
authorJaime Velasco Juan <jsagarribay@gmail.com>
Thu, 13 Oct 2016 11:26:09 +0000 (12:26 +0100)
committerBenjamin Otte <otte@redhat.com>
Wed, 26 Oct 2016 14:25:49 +0000 (16:25 +0200)
broken since df08fc91... (css: always get default font size in pixels)

https://bugzilla.gnome.org/show_bug.cgi?id=773221

gtk/theme/win32/gtk-win32-base.css

index c0f392ce16e8150663cb86e37c13b65d147488df..7532e1c20227b796267898c2e1c508ac23e47fc7 100644 (file)
@@ -23,7 +23,7 @@
 viewport {
     /* XXX: This should be the default, but isn't?! */
     font-family: "Segoe UI", Sans;
-    font-size: 9px;
+    font-size: 9pt;
     background-color: -gtk-win32-color(window, btnface);
     color: -gtk-win32-color(window, btntext);
 }